CSharpTest.Net
AddValue Method
See Also  Send Feedback Download Help File
CSharpTest.Net.BPlusTree Assembly > CSharpTest.Net.Collections Namespace > ITransactionLog<TKey,TValue> Interface : AddValue Method

token
key
value

Glossary Item Box

The provided key/value pair was added in the provided transaction

Syntax

Visual Basic (Declaration) 
Sub AddValue( _
   ByRef token As TransactionToken, _
   ByVal key As TKey, _
   ByVal value As TValue _
) 
C# 
void AddValue( 
   ref TransactionToken token,
   TKey key,
   TValue value
)

Parameters

token
key
value

Requirements

Target Platforms: Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, Windows 7

See Also

Generated with Document! X 2011 by Innovasys